type github.com/vmihailenco/msgpack/v5.unexpectedCodeError

5 uses

	github.com/vmihailenco/msgpack/v5 (current package)
		decode_map.go#L87: 	return 0, unexpectedCodeError{code: c, hint: "map length"}
		intern.go#L111: 		if _, ok := err.(unexpectedCodeError); !ok {
		intern.go#L183: 	return "", unexpectedCodeError{
		msgpack.go#L45: type unexpectedCodeError struct {
		msgpack.go#L50: func (err unexpectedCodeError) Error() string {